From 51d18dc30ea60d6f0842a61d8031dd7a28f426dd Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 May 1993 00:21:21 +0000 Subject: [PATCH] (HAVE_TCATTR): Defined. --- src/s/gnu-linux.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index fbb6218ac9a..4588835a199 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -167,6 +167,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_VFORK #define HAVE_SYS_SIGLIST #define HAVE_GETWD /* cure conflict with getcwd? */ +#define HAVE_TCATTR /* faith@cs.unc.edu says this is needed. */ #define USE_UTIME /* don't have utimes */ #define SYSV_SYSTEM_DIR /* use dirent.h */ -- 2.30.2